home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / ebook.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  225 b   |  14 lines

  1. on startMovie
  2.   sprite(31).visible = 0
  3.   sprite(32).visible = 0
  4.   sprite(33).visible = 0
  5.   sprite(34).visible = 0
  6.   the idleLoadMode = 3
  7.   the idleLoadPeriod = 0
  8.   the preloadEventAbort = 1
  9. end
  10.  
  11. on idle
  12.   preloadMember()
  13. end
  14.